projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55d781
)
debug=y default during development
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 14 Jul 2009 20:25:24 +0000
(21:25 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 14 Jul 2009 20:25:24 +0000
(21:25 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk
patch
|
blob
|
history
diff --git
a/Config.mk
b/Config.mk
index 5fd43a47300041c2eb4c17aae2e6e090e8e18743..1295727f58334d4fd2425bdc72dcabeb9c6ee0ba 100644
(file)
--- a/
Config.mk
+++ b/
Config.mk
@@
-1,7
+1,7
@@
# -*- mode: Makefile; -*-
# A debug build of Xen and tools?
-debug ?=
n
+debug ?=
y
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)